40823152網際內容管理

  • Home
    • Site Map
    • reveal
    • blog
  • About
  • Portable Python
  • w1-w3
    • Useing a portable system
    • Create a new portable system
  • W9
    • Bython reads exam scores
  • W10~W12
    • w10
      • www web
    • W11
    • W12
  • W13~W15
    • W13
    • W14
      • Solvespace
    • w15
      • Replit
      • replit_new_repository
  • W16
    • w16_replit
    • get_Meteorological_data
  • W17
    • W17_replit
  • Brython
    • 0. for 1+10
    • 1. Bython reads exam scores
    • 2. get_Meteorological_data
    • test
      • test2
  • Fault
    • Deploy to GitHub Pages
    • invalid path
w10 << Previous Next >> W11

www web

http://192.168.1.24/content/index.html 


  server {
        listen       80;
        # ip 位置(要同區段網域,如192.168.1.xx)
        server_name  192.168.1.24;

        #charset koi8-r;

        #access_log  logs/host.access.log  main;

        location / {
            #  site路徑設定
            root   site/ ;
            index  index.html index.htm;
        }

w10 << Previous Next >> W11

Copyright © All rights reserved | This template is made with by Colorlib